Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_declared_classes
get_declared_classes
Returns an array composed of the names of defined classes
Name:
get_declared_classes
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns an array composed of the names of defined classes
Related
array_chunk() + array_combine() chunks and reorganizes arrays
10
The picture is automatically flipped to adapt to the user experience of left and right hands
8
Differences of get_defined_constants() in different PHP versions
8
Use json_encode() to view constant values more intuitively
8
Similar Functions
get_mangled_object_vars
get_mangled_object_vars
Itreturnsthesameresu
get_object_vars
get_object_vars
Returntowritetoyouth
get_declared_classes
get_declared_classes
Returnsanarraycompos
get_class_methods
get_class_methods
Returnsanarrayofmeth
get_class_vars
get_class_vars
Returnsanarrayofdefa
get_parent_class
get_parent_class
Returnstheparentclas
is_subclass_of
is_subclass_of
Checkswhethertheobje
class_alias
class_alias
Createanaliasforacla
Popular Articles